Contribution studio.extensions.nuxeo-jenkins-report--doctype
In component studio.extensions.nuxeo-jenkins-report
studio.extensions.nuxeo-jenkins-report
inside nuxeo-jenkins-report-3.2.0.jar
This contribution is part of XML component Extension Point
Extension point doctype of component TypeService.Contributed Items
XML Source
<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
<doctype extends="Document" name="JenkinsReport">
<schema name="jenkinsreport"/>
<schema name="dublincore"/>
<schema name="common"/>
<schema name="uid"/>
<facet name="Versionable"/>
</doctype>
<doctype extends="Document" name="JenkinsReportsContainer">
<schema name="jenkinsreportscontainer"/>
<schema name="dublincore"/>
<schema name="common"/>
<schema name="uid"/>
<facet name="SuperSpace"/>
<facet name="Folderish"/>
</doctype>
</extension>